Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Quickhull algorithm for computing the convex hull of a collection of 2D points.

Link copied to clipboard
class Result<V : Vector<Vec2>>(val points: Collection<V>)